- mrb_class_sym
mrb_sym mrb_class_sym(mrb_state* mrb, RClass* c, RClass* outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_const_defined
mrb_bool mrb_const_defined(mrb_state* , mrb_value , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_const_defined_at
mrb_bool mrb_const_defined_at(mrb_state* mrb, mrb_value mod, mrb_sym id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_const_get
mrb_value mrb_const_get(mrb_state* , mrb_value , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_const_remove
void mrb_const_remove(mrb_state* , mrb_value , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_const_set
void mrb_const_set(mrb_state* , mrb_value , mrb_sym , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_cv_defined
mrb_bool mrb_cv_defined(mrb_state* mrb, mrb_value mod, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_cv_get
mrb_value mrb_cv_get(mrb_state* mrb, mrb_value mod, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_cv_set
void mrb_cv_set(mrb_state* mrb, mrb_value mod, mrb_sym sym, mrb_value v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_f_global_variables
mrb_value mrb_f_global_variables(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_free_gv
void mrb_gc_free_gv(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_free_iv
void mrb_gc_free_iv(mrb_state* , RObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_mark_gv
void mrb_gc_mark_gv(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_mark_iv
void mrb_gc_mark_iv(mrb_state* , RObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gc_mark_iv_size
size_t mrb_gc_mark_iv_size(mrb_state* , RObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gv_get
mrb_value mrb_gv_get(mrb_state* mrb, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gv_remove
void mrb_gv_remove(mrb_state* mrb, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_gv_set
void mrb_gv_set(mrb_state* mrb, mrb_sym sym, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_iv_check
void mrb_iv_check(mrb_state* mrb, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_iv_copy
void mrb_iv_copy(mrb_state* mrb, mrb_value dst, mrb_value src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_iv_defined
mrb_bool mrb_iv_defined(mrb_state* , mrb_value , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_iv_get
mrb_value mrb_iv_get(mrb_state* mrb, mrb_value obj, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_iv_p
mrb_bool mrb_iv_p(mrb_state* mrb, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_iv_remove
mrb_value mrb_iv_remove(mrb_state* mrb, mrb_value obj, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_iv_set
void mrb_iv_set(mrb_state* mrb, mrb_value obj, mrb_sym sym, mrb_value v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_mod_class_variables
mrb_value mrb_mod_class_variables(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_mod_constants
mrb_value mrb_mod_constants(mrb_state* mrb, mrb_value mod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_mod_cv_defined
mrb_bool mrb_mod_cv_defined(mrb_state* mrb, RClass* c, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_mod_cv_get
mrb_value mrb_mod_cv_get(mrb_state* mrb, RClass* c, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_mod_cv_set
void mrb_mod_cv_set(mrb_state* mrb, RClass* c, mrb_sym sym, mrb_value v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_obj_instance_variables
mrb_value mrb_obj_instance_variables(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_obj_iv_defined
mrb_bool mrb_obj_iv_defined(mrb_state* mrb, RObject* obj, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_obj_iv_get
mrb_value mrb_obj_iv_get(mrb_state* mrb, RObject* obj, mrb_sym sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_obj_iv_ifnone
void mrb_obj_iv_ifnone(mrb_state* mrb, RObject* obj, mrb_sym sym, mrb_value v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_obj_iv_inspect
mrb_value mrb_obj_iv_inspect(mrb_state* , RObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_obj_iv_set
void mrb_obj_iv_set(mrb_state* mrb, RObject* obj, mrb_sym sym, mrb_value v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_const_get
mrb_value mrb_vm_const_get(mrb_state* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_const_set
void mrb_vm_const_set(mrb_state* , mrb_sym , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_cv_get
mrb_value mrb_vm_cv_get(mrb_state* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_cv_set
void mrb_vm_cv_set(mrb_state* , mrb_sym , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_iv_get
mrb_value mrb_vm_iv_get(mrb_state* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_iv_set
void mrb_vm_iv_set(mrb_state* , mrb_sym , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_special_get
mrb_value mrb_vm_special_get(mrb_state* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_vm_special_set
void mrb_vm_special_set(mrb_state* , mrb_sym , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.